STEP 13: We need to make a display so that we can see our list on the stage.
- Go to and drag out another Variable Display to the bottom of your program.
- Change the name of the .Display() to taco_display.
- Change the variable in the display arguments to taco.
- Change the x-coordinate in .Display() to 0 and the y-coordinate to 1.
To navigate the page using the TAB key, first press ESC to exit the code editor.